Previous Book Contents Book Index Next

Inside Macintosh: QuickTime /
Chapter 2 - Movie Toolbox / Movie Toolbox Reference
Time Base Functions / Creating and Disposing of Time Bases


DisposeTimeBase

The DisposeTimeBase function allows your application to dispose of a time base once you are finished with it.

pascal void DisposeTimeBase (TimeBase tb);
tb
Specifies the time base for this operation. Your application obtains this time base identifier from the NewTimeBase function described in the previous section.
DESCRIPTION
The DisposeTimeBase function cancels and disposes of any pending callback events that are associated with the time base.

SPECIAL CONSIDERATIONS
Note that the DisposeTimeBase function uses the Memory Manager; therefore, you should not call this function at interrupt time.

ERROR CODES
None


Previous Book Contents Book Index Next

© Apple Computer, Inc.
6 JUL 1996